|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskInfo
TaskInfo is the persistent version of Task descriptor. It contains:
Method Summary | |
---|---|
boolean |
getAbortRequested()
Returns true if this plan was asked to abort, false otherwise. |
TargetStatus[] |
getAllTargetsStatus()
Returns the target status objects for this task. |
java.lang.String |
getDescription()
Returns the description of this object. |
boolean |
getDetailedPreflight()
Returns whether to run the task with a detailed preflight. |
int |
getNativeCallTimeoutSecs()
Returns the timeout (in seconds) of each individual execNative call. |
ExecutionPlanID |
getPlanID()
Returns the ExecutionPlanID. |
int |
getPlanThrottle()
Returns the plan throttle. |
int |
getPlanTimeoutSecs()
Returns the timeout (in seconds) of the plan run. |
boolean |
getPreflightFailed()
Returns true if the plan failed in preflight, false otherwise. |
RunLevel |
getRunLevel()
Returns the run level at which the user requested the plan run. |
SubplanInfo[] |
getSubplanInfos()
Returns all of the subplaninfo objects, each of which contains the settings for an individual subplan. |
java.util.Date |
getTaskComplete()
Returns the date that this task completed. |
TaskID |
getTaskID()
Returns the TaskID which identifies this task. |
UserID |
getTaskOwner()
Returns the UserId on whose behalf this plan was run. |
java.util.Date |
getTaskStart()
Returns the start date for this task. |
TaskStatus |
getTaskStatus()
Returns the TaskStatus of the task. |
boolean |
getTaskWasAborted()
Returns whether this current task was requested to be aborted. |
Method Detail |
---|
TaskID getTaskID()
UserID getTaskOwner()
int getPlanTimeoutSecs()
int getNativeCallTimeoutSecs()
boolean getDetailedPreflight()
int getPlanThrottle()
ExecutionPlanID getPlanID()
java.util.Date getTaskStart()
java.util.Date getTaskComplete()
boolean getTaskWasAborted()
SubplanInfo[] getSubplanInfos()
TargetStatus[] getAllTargetsStatus()
RunLevel getRunLevel()
boolean getPreflightFailed()
boolean getAbortRequested()
TaskStatus getTaskStatus()
java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |